﻿.top-new {
    background-size: cover;
    background-position: left;
    height: 550px;
    position: relative;
}

    .top-new::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
    }

.search-bar-all .search-input:focus {
    border-color: royalblue !important;
    outline: none;
    border-radius: 8px !important;
    box-shadow: 0 0 12px rgba(65, 105, 225, 0.6);
}

.all-three-parts {
    display: flex;
    width: 100%;
}

.new-dash-part {
    border-radius: 6px;
}

.search-part {
    height: 522px;
    overflow-y: scroll;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.new-dash-part::-webkit-scrollbar {
    width: 2px;
}

.new-dash-part::-webkit-scrollbar-track {
    background: #ddd;
}

.new-dash-part::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

    .new-dash-part::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.new-dash-part::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}


.new-dash-part::-webkit-scrollbar-track {
    background: transparent;
}

.new-dash-part::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

    .new-dash-part::-webkit-scrollbar-thumb:hover {
        background: #444;
    }

.search-part::-webkit-scrollbar {
    width: 2px;
}

.search-part::-webkit-scrollbar-track {
    background: #ddd;
}

.search-part::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

    .search-part::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.search-part::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}


.search-part::-webkit-scrollbar-track {
    background: transparent;
}

.search-part::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

    .search-part::-webkit-scrollbar-thumb:hover {
        background: #444;
    }


.top-first-part {
    width: 16%;
    background-color: rgba(255, 255, 255, 0.3);
}


.top-last-part {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}



.toggle-menu-all .toggle-item-one {
    background: #ffffff9c;
}

.toggle-menu-all .toggle-item-two {
    background: #ffffff9c;
}

.toggle-menu-all .toggle-item-three {
    background: #ffffff9c;
}

.dashboard-container {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.content-container {
    position: relative;
    width: 34%;
    padding: 0px 8px;
    background: #f0f3f5;
}

.rsp {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.toggle-menu-all {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

    .toggle-menu-all li {
        padding: 20px 20px 30px 20px;
        height: 183.5px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        background: #ffffff9c;
        flex: 1;
    }

    .toggle-menu-all .toggle-item-one,
    .toggle-menu-all .toggle-item-two,
    .toggle-menu-all .toggle-item-three {
        background: #fff;
        /*    border: 0.5px solid #e0e0e0;*/
    }



.new-dash-part,
.search-part,
.quic-acces-part {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

    .new-dash-part.active,
    .search-part.active,
    .quic-acces-part.active {
        opacity: 1;
        transform: translateX(0);
        position: relative;
        pointer-events: all;
        background: #fff;
    }

.search-new {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}

.second-part-serach {
    padding: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.search-part h2 {
    margin-bottom: 8px;
    font-size: 25px;
}

.recent-parts {
    margin-top: 1rem;
}

.search-part p {
    margin-bottom: 16px;
    font-family: 'Inter';
}

.trip-dashboard-link.active .trip-dashboard-content .trip-dashboard-title {
    color: #3682ec !important; /* Active state - Blue color */
}

.toggle-menu-all li.active {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    background: #e1e4ff !important;
    border-radius: 8px;
    font-weight: 400 !important;
    font-size: 18px;
    border-radius: 0px;
    border: 1.5px solid royalblue;
}

.search-bar-container-new {
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 14px 10px;
    padding: 4px 15px;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.search-bar-all input {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    display: block;
    color: #000;
}

.search-bar-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
    flex: 1;
    padding: 5px 0px;
    border-radius: 10px;
    border: 2px solid #0A7CFF;
    overflow: hidden;
    background-size: 200% 200%;
    animation: move-gradient 5slinear infinite;
}

    .search-bar-all::placeholder {
        color: #aaa;
    }

.search-bar-container {
    position: relative;
    border-radius: 11px;
    background: white;
}

.search-icon-new {
    position: absolute;
    right: 5px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 35px;
    top: 5px;
    padding: 8px;
    border-radius: 8px;
    background: royalblue;
    color: #ffffff;
}

.top-part {
    display: flex;
    gap: 15px;
}

.agent-about-part {
    padding: 10px;
    position: relative;
    border-radius: 8px;
}

.agent-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .agent-part img {
        height: 90px;
        width: 90px;
        border-radius: 10%;
        object-fit: cover;
        border: 2px solid #ddd;
    }

.edit-profile {
    margin-top: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 7px;
    font-family: 'Inter';
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .edit-profile:hover {
        background-color: #e0e0e0;
    }

.edit-icon {
    width: 14px;
    height: 14px;
}

.agent-description {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

    .agent-description .name {
        color: #575757;
        font-family: sans-serif;
        font-weight: 500;
        margin-top: -8px;
        font-family: 'Inter';
        font-size: 22px;
    }

    .agent-description .role {
        color: #000;
        font-family: 'Inter';
        font-size: 12px;
        margin-bottom: -7px;
    }

    .agent-description .id-itself {
        color: #000;
        font-size: 12px;
        font-family: 'Inter';
    }

.all-v-part {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-top: 1rem;
}

.inner-my-book {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    flex-direction:column;
}

.customtripsurl {
    position: relative;
}

.action-card {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.3sease;
    flex: 1;
    border-radius: 12px;
    border: 1px solid rgba(217, 217, 217, 0.00);
    background: #FAFAFA;
    gap:3px;
    width:fit-content;

}
.new-book-text {
    color: #404040;
    font-family: Inter;
    font-size: 12px;
}

.icofont-navigation-menu {
    color: white;
}

.action-card img {
    width:22px;
}

.free-quote img {
    width: 50px;
}

.action-card:hover {
    background: #f0f0f0;
}

.action-card svg {
    width: 24px;
    height: 24px;
    color: #0347AE;
}

.tooltip-new {
    position: absolute;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    bottom: -40px;
    font-family: 'Inter';
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

    .tooltip-new::before {
        content: '';
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #333 transparent; /* Arrow pointing up */
    }

.action-card:hover .tooltip-new,
.free-quote:hover .tooltip-new {
    opacity: 1;
    visibility: visible;
    bottom: -35px;
}


.action-card {
    position: relative;
}

.free-quote {
    border: none;
    border-radius: .7rem;
    padding: .7rem 1rem;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    color: #0347AE;
    font-weight: 500;
    transition: .3s;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -2px 1px 42.8px 0 #C3DBFB;
}

    .free-quote:hover {
        background: #0235a1;
        color:#fff;
    }

    .free-quote svg {
        width: 24px;
        height: 24px;
        color: white;
    }

.culture-wallet {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #cecece;
    padding-right: 12px;
}

.web-image-part {
    width: 40px;
}

.tooltip-all {
    color: white;
    font-size: 12px;
}

.wallet-amount {
    color: #238A64E5;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.wallet-label {
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    font-family: 'Inter';
    margin: 0;
}

.add-money-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    color: #238A64E5;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height:normal;
}

    .add-money-btn:hover {
        background-color: #238A64E5;
        color: white;
    }

.bff-inner-tab {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    position: absolute;
    bottom: 10%;
    right: 13%;
    cursor:pointer;
}

.bff-mini-video {
    width: 240px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    pointer-events: none !important; /* Prevents interactions */
    transition: none !important; /* Prevents hover transition */
}

    /* Explicitly disable hover behavior */
    .bff-mini-video:hover {
        transform: none !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25) !important;
        filter: none !important;
    }
.bff-inner-tab .play-overlay,
.bff-inner-tab .pause-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.my-bookings{
    flex:1;
}
.all-wallet-main-container {
    display: flex;
    border-radius: 12px;
    border: 1.5px solid rgba(35, 138, 100, 0.18);
    padding: 5px 12px;
    gap: 6px;
    align-items: center;
    flex: 2;
    justify-content: space-between;
    position: relative;
}
.two-p-part{
    display:flex;
    align-items:center;
    gap:3px;
}


@media (max-width: 650px) {


  



    .first-inner,
    .second-inner {
        width: 100%;
    }
}

.create-ur-web {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #ccc;
}

.input-container {
    position: relative;
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 10px;
    color: #888;
    font-size: 16px;
}

.readonly-input {
    padding: 8px 12px 8px 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 600;
    border: none;
    color: black;
    opacity: 0.5;
    background: #F6F6F6;
    height: 40px !important;
    cursor: not-allowed;
}

.button-container-all {
    margin-left: 10px;
}

.create-now-btn {
    background: royalblue;
    color: #fff;
    border: none;
    padding: 9px 15px;
    font-size: 10px;
    margin: 0;
    font-family: 'Inter';
    border-radius: 4px;
    cursor: pointer;
}

    .create-now-btn:hover {
        background-color: #0056b3;
    }

.nt-day-part {
    gap: 15px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.no-cus-tri {
    Color: #fff;
    background: #ee1551;
    height: 20px;
    width: 20px;
    display: flex;
    padding: 0px 3px;
    border-radius: 25px;
    position: absolute;
    top: -23%;
    right: -1%;
    text-align: center;
    font-size: 8px;
    align-items: center;
    justify-content: center;
}

.text-container .heading-text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5px;
}

.text-container .description-text {
    font-size: 12px;
    color: #555;
    font-family: 'Inter';
    line-height: 1.5;
}

.quic-acces-part {
    padding: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 522px;
    overflow-y: scroll;
}

    .quic-acces-part::-webkit-scrollbar {
        width: 2px;
    }

    .quic-acces-part::-webkit-scrollbar-track {
        background: #ddd;
    }

    .quic-acces-part::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 4px;
    }

        .quic-acces-part::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .quic-acces-part::-webkit-scrollbar {
        width: 5px;
        height: 8px;
    }


    .quic-acces-part::-webkit-scrollbar-track {
        background: transparent;
    }

    .quic-acces-part::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 4px;
    }

        .quic-acces-part::-webkit-scrollbar-thumb:hover {
            background: #444;
        }

.image-container-all .trip-image {
    width: 100px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-container-all:hover .trip-image {
    transform: scale(1.05);
}

.the-new-items-part {
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.items-wrapper {
    position: relative;
}

.the-new-items-part {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.items-container {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    place-items: center;
    text-align: center;
}

    .items-container.active {
        display: grid;
    }

.item-link {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 10px;
    width: 150px;
    box-shadow: rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,0) 0 30px 60px -30px,rgba(150,154,158,.5) 0 -2px 6px 0 inset;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

    .item-link:hover {
        background-color: aliceblue;
    }

.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

    .toggle-buttons button {
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 12px;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .toggle-buttons button:disabled {
            background: #ccc;
            cursor: not-allowed;
        }

        .toggle-buttons button:hover:not(:disabled) {
            background: #0056b3;
        }

/* Your existing button styles */
.toggle-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

#prev-btn, #next-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

    #prev-btn:disabled, #next-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    #prev-btn:hover:not(:disabled), #next-btn:hover:not(:disabled) {
        background: #0056b3;
    }

.item-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .item-link .item-icon-image {
        width: 20px;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .item-link .item-heading {
        color: #000;
        text-align: center;
        font-weight: 500;
        font-size: 12px;
    }

    .item-link .item-text {
        font-size: 12px;
        color: #666;
        text-align: center;
        line-height: 1.5;
        font-family: 'Inter';
        max-width: 200px;
        margin: 0;
    }

    .item-link:hover {
        transform: translateY(-3px);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }


.half-price-all {
    margin-top: 1rem;
}

.rsp {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}

.half-price-main p {
    font-size: clamp(17px, 2vw, 18px);
    font-weight: bold;
    margin: 10px 0;
    color: #333;
}

.city-list, .country-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    .city-list li, .country-list li {
        margin: 4px 3px;
        border-radius: 25px;
        background: rgb(233, 225, 255);
        padding: 4px 15px;
        transition: background-color 0.4s ease, transform 0.3s ease;
    }

        .city-list li a, .country-list li a {
            text-decoration: none;
            color: #337ab7;
            font-family: 'Inter';
            font-size: 10px;
            font-weight: 500;
            display: block;
            transition: color 0.3s ease;
        }

        /* Hover Effect */
        .city-list li:hover, .country-list li:hover {
            background: #bba0ff;
            transform: scale(1.05);
        }

        .city-list li a:hover, .country-list li a:hover {
            color: rgb(50, 50, 50);
        }

.half-price-part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: start;
}

.package {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.3s ease, border 0.3s ease;
    box-shadow: 6px 0px 14px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.carousel__title_new {
    font-size: 10px !important;
    margin: 0px;
    font-weight: 500;
    text-align: center;
    background: #00000096;
    color: #fff;
    padding: 2px 10px;
    border-radius: 30px;
}

.package:hover {
    transform: translateY(-5px);
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.inner-pack-part {
    background-position: center;
    background-size: cover;
    height: 84px;
}

.package img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-content {
    padding: 3px 13px;
}

    .package-content h3 {
        font-size: 12px;
        margin-top: 0.5rem;
        color: #333;
    }

.choose-text {
    font-family: 'INTER';
    margin: 0;
}

.package p {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    color: #7b7777;
}

.carousel__subtitle_new {
    font-size: 10px;
    margin: 0;
    color: #666;
}

.package:hover {
    transform: scale(1.05);
}

.recent-cities-part {
    padding: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}


.most-pop-search {
    width: 100%;
}

    .most-pop-search .slick-slider {
        width: 100%;
        margin: 0 auto;
    }

.po-search {
    width: 90%;
    max-width: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin: 0 10px; /* Equal margin on both sides */
}

.po-search-img {
    height: 80px;
    background-size: cover;
    background-position: center;
    margin: 10px;
}

.po-search-content {
    padding: 15px;
    text-align: center;
}


.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.po-search-content {
    height: 50px;
    background: #fff;
    padding: 0px 15px;
    border-radius: 0 0 12px 12px;
    color: #000;
    text-align: start;
}

.most-pop-head {
    font-size: 16px;
}

.po-search-title {
    font-size: clamp(10px, 2vw, 10px);
    font-weight: 600;
    margin-bottom: 8px;
    margin: 0;
}

.po-search-description {
    font-size: clamp(10px, 1.5vw, 10px);
    opacity: 0.9;
    font-weight: 600;
    color: #337ab7;
}


.trip-dashboard-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
}

    .trip-dashboard-link .trip-dashboard-content {
        flex: 1;
        padding-right: 15px;
    }

        .trip-dashboard-link .trip-dashboard-content .trip-dashboard-title {
            font-size: clamp(18px, 2vw, 18px);
            font-weight: 600;
            color: #051eff;
            margin-bottom: 8px;
        }

        .trip-dashboard-link .trip-dashboard-content .trip-dashboard-description {
            font-size: clamp(12px, 1.5vw, 12px);
            color: #5b5b5b;
            font-family: 'Inter';
            line-height: 1.5;
        }

    .trip-dashboard-link .trip-dashboard-image-container {
        flex-shrink: 0;
    }

        .trip-dashboard-link .trip-dashboard-image-container .trip-dashboard-image {
            width: 25px;
            height: auto;
        }

.all-coin-part {
    position: relative;

}

.the-first-two-coin {
    justify-content: space-between;
    /* Light shadow */
    width: 100%;
}


    .the-first-two-coin .coin-value-part {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .the-first-two-coin .coin-value-part p:first-child {
            color: #50545f;
            margin: 0;
            font-family: 'Inter';
            font-weight: 700;
            font-size: 12px;
            line-height: 1.2;
        }
.rew-point-text {
    font-weight: 400 !important;
}
.main-amount-text {
    font-size: 19px !important;
    color:royalblue !important;
}

.the-first-two-coin .coin-value-part p:nth-child(2) {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: royalblue;
}

        .the-first-two-coin .coin-value-part p:nth-child(3) {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            color: #00bb2b;
        }

.all-right-part {
    position: relative;
    width: 50%;
}

 .gift-card-part img {
    width: 52px;
    height: auto;
}

.gift-card-part {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hover-part-text {
   
    text-align: center;
    border-radius: 0 0 10px 10px;
    width: 100%;
    bottom: 0;
}

.redeem-travel-text {
    font-size: 10px;
    color: royalblue;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-family: 'Inter';
    display: flex;
    align-items: center;
}




.gift-card-part {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hover-part-text {
   
    width: 100%;
    cursor: pointer;
    color: #000;
}

/* New styles for hover content */
.hover-content {
    position: absolute;
    background: white;
    width: 280px;
    padding: 11px 12px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    left: -300px; /* Start position outside viewport */
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

    .hover-content h4 {
        color: #333;
        margin-bottom: 15px;
        margin: 0;
    }

    .hover-content p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .hover-content b {
        color: #333;
    }

    .hover-part-text:hover + .hover-content,
    .hover-content:hover {
        left: -290px;
        opacity: 1;
        visibility: visible;
        transform: translateY(-10px);
    }


    .hover-content::after {
        content: '';
        position: absolute;
        right: -10px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
    }

.zodiac-link {
    display: block;
    text-decoration: none;
    margin-top: 2rem;
}

.zodiac-part-all {
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zodiac-image {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    transition: opacity 0.3s ease;
}

.zodiac-part-all:hover {
    transform: scale(1.05);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.zodiac-image:hover {
    opacity: 0.9;
}

.bottom-bar-part {
    display: flex;
    /* justify-content: initial; */
    align-items: center;
    background: #fff;
    width: 100%;
    padding: 9px 9px 11px 19px;
    border-radius: 14px;
    gap: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inner-bottom-left-part {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 5;
}

.bottom-bar-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bottom-bar-item {
    padding: 5px 11px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    .bottom-bar-item:hover {
        transform: scale(1.05);
    }

.bottom-bar-icon {
    width: 16px;
}

.custom-modal-new-all {
    display: none;
    position: fixed;
    bottom: calc(10% + 80px);
    right: 5%;
    z-index: 1000;
    transform-origin: bottom right;
    animation: modalEntrance 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalEntrance {
    from {
        opacity: 0;
        transform: scale(0.6) translateY(40px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-content-all {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    width: 320px;
    max-height: 400px;
    overflow: auto;
    position: relative;
    scrollbar-width: none;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 19px;
    cursor: pointer;
    width: 22px;
    line-height: 24px;
    height: 22px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    z-index: 2;
}

    .close-modal:hover {
        background: #e9ecef;
        transform: rotate(90deg);
    }

.modal-section {
    display: none;
}

.all-three-tabs {
    display: flex;
    /* flex: 1; */
    gap: 0.5rem;
    justify-content: space-around;
}

.chat-icon-bar {
    background: none;
    padding: 0;
    border-radius: inherit;
    box-shadow: none;
    text-align: center;
}

.chat-icon-bottom {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 25px;
    font-weight: normal;
    color: white;
    background: #3047EC;
    justify-content: center;
    align-items: center;
}

.category-grid {
    padding: 15px;
}

.cs-head {
    font-size: 14px !important;
    background: royalblue;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-family: 'Inter';
    margin: 0;
}

.all-close-head-part {
    position: sticky;
    top: 0;
}

.messages-part {
    background: #fff;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 7px 15px;
    border-radius: 10px;
    border: 0.5px solid #efefef;
    margin: 0.5rem auto;
}

.message-header {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #888;
    font-family: 'Inter', sans-serif;
}

.message-date {
    font-size: 10px;
    margin: 0;
}

.message-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blue-circle {
    width: 10px;
    height: 10px;
    background: #5979e4;
    border-radius: 50%;
}

.quick-links {
    padding: 10px;
}

.message-text-name {
    color: #333;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: 500;
}

.message-chats {
    font-size: 12px;
    color: #333;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}


.category-desc-part {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    font-family: 'Inter';
    margin-bottom: 8px;
    margin-top: 0.5rem;
}

.category-price {
    font-size: 16px;
    font-weight: 700;
    color: #3682ec;
    font-family: 'Inter';
}

.category-item {
    padding: 5px;
    background: #f7f7f7;
    margin-top: 1rem;
    border: 0.2px solid #ededed;
    border-radius: 8px;
}

.category-icon {
    width: 100%;
    text-align: center;
}

.category-image {
    width: 100%;
    height: 144px;
    border-radius: 8px;
}

.view-trip-btn {
    margin-top: 12px;
    padding: 8px 17px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #3682ec;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .view-trip-btn:hover {
        background: #1a5bb8;
    }

.modal-content::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}


.modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

    .modal-content::-webkit-scrollbar-thumb:hover {
        background: #444;
    }

.help-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.help-link-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

    .help-link-all:hover {
        background: #e1e4ff;
    }

.help-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: 'Inter';
    margin: 0;
    flex: 1;
}

.help-btn {
    padding: 2px 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    color: royalblue;
    margin: 0;
    background: white;
    border: 0.5px solid royalblue;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.trip-details-all {
    flex: 1;
}

.help-btn:hover {
    background: #1a5bb8;
    color: white;
}


.help-link-1 {
    background: #f1f5ff;
}


.in-sixty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

    .in-sixty .trip-details-all .trip-timeframe {
        color: #D58D49;
        font-family: Inter;
        font-size: 10px;
        padding: 0px 6px;
        font-style: normal;
        width: fit-content;
        border-radius: 4px;
        margin: 0;
        background: rgba(223, 168, 116, 0.20);
        font-weight: 500;
    }

    .in-sixty .trip-details-all .trip-destination {
        color: #0D062D;
        margin: 0;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

    .in-sixty .trip-details-all .trip-dates {
        color: var(--Seconddary, #6C6C6C);
        font-family: Inter;
        font-size: 12px;
        margin: 0;
        font-style: normal;
        font-weight: 400;
    }

    .in-sixty .trip-details-all .view-trip-btn-all {
        color: #FFF;
        border-radius: 12px;
        background: #4B70E2;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        font-family: Inter;
        margin: 10px 0 0 0;
        padding: 7px 16px;
        border: none;
        cursor: pointer;
    }

        .in-sixty .trip-details-all .view-trip-btn-all:hover {
            background-color: royalblue;
        }

    .in-sixty .upcoming-container {
        border-radius: 16px 0px 0px 16px;
        background: #0451BB;
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        top: 0;
        right: 0;
        height: 20px;
    }

        .in-sixty .upcoming-container .upcoming-text {
            color: white;
            font-size: 10px;
            font-weight: 600;
            padding: 2px 14px;
            font-family: 'Inter';
            margin: 0;
            text-transform: uppercase;
        }

/* New slider styles */
.travel-slider {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.travel-slider-container {
    display: flex;
    transition: transform 0.5s ease;
}

.travel-slider-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.bell-part {
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.unique-tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bottom-bar-item:hover .unique-tooltip {
    visibility: visible;
    opacity: 1;
}

.notification-tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bell-part:hover .notification-tooltip {
    visibility: visible;
    opacity: 1;
}


.noti-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noti-text {
    position: absolute;
    top: 1%;
    right: 4%;
    background-color: #ff5252;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.notification-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.notification-modal-container {
    background-color: white;
    width: 320px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modal-appear 0.3s ease-out;
}

@keyframes modal-appear {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification-modal-header {
    background-color: #3f51b5;
    color: white;
    padding: 15px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-modal-title {
    font-weight: 600;
    flex: 1;
    color: #fff;
    margin: 0;
}

.notification-modal-actions {
    display: flex;
    align-items: center;
}

.notification-modal-close {
    background: white;
    border: none;
    color: #000000;
    height: 15px;
    width: 15px;
    font-size: 13px;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px;
    margin-left: 15px;
    transition: opacity 0.2s;
}

.notification-clear-all {
    background: none;
    border: none;
    color: white;
    background: #c43a62;
    font-size: 11px;
    padding: 2px 4px !important;
    font-family: 'Inter';
    cursor: pointer;
    padding: 0;
    margin-left: 15px;
    transition: opacity 0.2s;
}

    .notification-modal-close:hover,
    .notification-clear-all:hover {
        opacity: 0.8;
    }

.notification-clear-all {
    font-weight: 500;
}

.notification-modal-content {
    max-height: 400px;
    overflow-y: auto;
}

.notification-item {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
    transition: background-color 0.2s;
}

    .notification-item:hover {
        background-color: #f9f9f9;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

.notification-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.notification-message {
    font-size: 12px;
    color: #666;
    margin: 0;
    font-family: 'INTER';
}

.not-noti {
    width: 100px;
}

.notification-modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .notification-modal-footer p {
        font-family: 'Inter';
        margin: 0;
        color: #4a4a4a;
    }

.notification-view-all {
    color: #3f51b5;
    text-decoration: none;
    font-weight: 500;
}

.notification-empty-state {
    padding: 30px 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
    display: none;
}
.non-amount-part {
    color: #6986e0;
    font-family: 'Inter';
}

.new-cult-search-part-main-wrapper {
    color: #fff;
    padding: 2rem 0;
    max-width: 650px;
}

.new-cult-search-part-main-welcome {
    font-size: clamp(.9rem,1vw,1rem);
    opacity: .9;
    margin:0;
    text-align:center;
}

.new-cult-search-part-main-heading {
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.4rem;
    color:#fff;
}

.new-cult-search-part-main-description {
    font-size: clamp(.8rem, 1vw, 1rem);
    /* opacity: .9; */
    /* margin-bottom: 1.5rem; */
    max-width: 500px;
    line-height: 1.3;
    font-family: 'Inter';
}



.new-cult-search-part-main-arrow {
    display: flex;
    align-items: center;
    height: 16px;
    width: 16px;
}

.new-cult-search-part-main-badges {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 4.8rem;
    flex-wrap: nowrap;
}
.new-cult-search-part-main-badge img {
    height: clamp(70px, 8vw, 90px);
    width: auto;
    object-fit: contain;
    display: block;
}
.new-cult-search-part-main-badge-rating img {
    height: clamp(82px,7.5vw,100px);
    width: auto;
    object-fit: contain;
    display: block;
}
.new-cult-search-part-main-badge-blue img {
    height: clamp(82px,7.5vw,100px);
    width: auto;
    object-fit: contain;
    display: block;
}










.mobile-only-container {
    display: none;
}

.mobile-rewards-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: rewards-pulse 2s infinite;
    cursor: pointer;
}

    .mobile-rewards-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 5px;
    }

.mobile-rewards-count {
    color: #5a76fb;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 0 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .mobile-rewards-count.large {
        font-size: 14px;
        padding: 0 8px;
    }

    .mobile-rewards-count.x-large {
        font-size: 8px;
        padding: 0 8px;
        min-width: 36px;
    }

.rewards-modal-container {
    display: none;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

.rewards-modal-content {
    padding: 20px;
}

.rewards-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .rewards-modal-header h4 {
        margin: 0;
        color: #333;
        flex: 1;
        font-weight: 600;
    }

.rewards-modal-close {
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.rewards-progress-container {
    margin-bottom: 20px;
}

.rewards-progress-label {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.rewards-current-points {
    color: #5a76fb;
    font-weight: 600;
    margin-right: 5px;
}

.rewards-target-points {
    font-weight: 600;
    font-family: 'Inter';
    margin-left: 5px;
}

.rewards-progress-track {
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.rewards-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #ffcf4d, #00bb2b);
    border-radius: 10px;
    transition: width 1.5s ease-in-out;
}

.rewards-progress-value {
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    color: #666;
}

.rewards-current-value {
    color: #5a76fb;
    font-weight: 600;
}

.rewards-modal-info {
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .rewards-modal-info h4 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #333;
    }

    .rewards-modal-info p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        font-family: 'Inter';
        margin-bottom: 10px;
    }

.customtripshtml h4 {
    font-size: 16px;
    margin: 0;
}

.newmsghtml h4 {
    font-size: 16px;
    margin: 0;
}

.help-content h4 {
    font-size: 16px;
    margin: 0;
}

.package-part-all {
    margin-top: 1rem;
}

@media screen and (max-width: 650px) {
    .mobile-only-container {
        display: none;
        flex: 1;
    }



    .coins-mofree-quote-part {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}



.flip-card {
    background-color: transparent;
    perspective: 1000px;
    margin-top: 20rem;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 5px auto;
}
.yab-cert-modal-header span {
    flex: 1;
    font-family: 'Inter';
}
.yab-cert-modal-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: center
}

.flip-card-front {
    background-color: #2980b9;
    color: white;
}

.flip-card-back {
    background-color: #3498db;
    color: white;
    transform: rotateY(180deg);
}

.wrapper {
    z-index: 200 !important;
}

.crossremove {
    cursor: pointer;
    color: #d86187 !important;
    font-size: 20px;
    background: white;
    border-radius: 8px;
    margin-left: 5px;
    padding: 5px;
    transition: color 0.3sease;
}

.circle1 {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    margin-right: 11px;
}

.line {
    margin-top: 15px;
    height: 15px;
    width: 300px;
    border-radius: 0px;
}

.line1 {
    width: 200px;
    margin-top: 0;
}

.line3 {
    width: 80%;
}

.line4 {
    width: 100%;
}

.line5 {
    width: 55%;
}

.loading-animation {
    overflow: hidden;
    background: #D0D0D0;
}

    .loading-animation::before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        animation: loading 1s infinite;
        background: linear-gradient(to right, transparent,#D9D9D9,transparent);
    }

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}


.pack-image {
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease-in-out;
}

    .pack-image.skeleton {
        background-color: #f0f0f0;
        background-image: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: shimmer 1.5s infinite linear;
    }

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.yab-certi-label-part {
    margin-top: 15px;
}

.yab-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0;
    font-family: 'Inter';
}

.yab-certificates-container {
    overflow-x: auto;
    padding-bottom: 8px;
}

    /* Custom horizontal scrollbar */
    .yab-certificates-container::-webkit-scrollbar {
        height: 4px;
    }

    .yab-certificates-container::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 2px;
    }

    .yab-certificates-container::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 2px;
    }

        .yab-certificates-container::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }

.yab-certificates-list {
    display: flex;
    gap: 16px;
    padding: 8px 0;
}

.yab-certificate-item {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    padding: 2px 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    flex-shrink: 0;

}



.yab-badge-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.yab-certificate-info {
    text-align: center;
}

.yab-completion-date {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-family: 'Poppins';
}

.yab-country-name {
    font-size: 13px;
    font-weight: 500;
    color: #1f2937;
    font-family: 'Inter';
}

.yab-no-certificates {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    padding: 40px 20px;
}

    .yab-no-certificates svg {
        width: 48px;
        height: 48px;
        fill: #d1d5db;
        margin-bottom: 12px;
    }

.yab-pic {
    width: 45px;
    height: 50px;
    object-fit: contain;
}

.yab-cert-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(3px);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.yab-cert-modal-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-height: 80vh;
    overflow-y: auto;
    width: 420px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

    .yab-cert-modal-box::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }


.yab-cert-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.yab-cert-modal-close {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.yab-cert-modal-body .yab-certificate-item {
    width: 100%;
}
.new-main-welcome-wrap {
    display: flex;
    justify-content: center;
    gap:5px;
    margin-left:3rem;
}
.new-name-head {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.spi-button {
    background: #002fba;
    margin: 0;
    color: white;
    transition: .3s;
    border-radius:12px;
}
.spi-button:hover {
    background: #fff;
    color: royalblue;
}
.all-tw-but-part{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:2rem;
}
/* For devices with width between 420px and 600px */
@media only screen and (min-width: 320px) and (max-width: 650px) {
    .dashboard-container {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .toggle-menu-all {
        display: flex;
    }

    .trip-dashboard-link .trip-dashboard-content .trip-dashboard-description {
        display: none;
    }

    .toggle-menu-all li {
        padding: 11px;
        height: auto;
    }

    .trip-dashboard-link .trip-dashboard-image-container .trip-dashboard-image {
        width: 15px;
        height: auto;
    }

    .trip-dashboard-link .trip-dashboard-content .trip-dashboard-title {
        font-size: clamp(12px, 2vw, 12px);
        margin: 0;
    }

    .toggle-menu-all .toggle-item-one, .toggle-menu-all .toggle-item-two, .toggle-menu-all .toggle-item-three {
        border: 0.5px solid #e0e0e0;
    }

    .top-first-part {
        width: 100%;
    }

    .content-container {
        position: relative;
        width: 100%;
    }

    .search-icon-new {
        font-size: 15px;
        height: 41px;
        width: 40px;
        top: 3px;
        padding: 3px;
    }

    .search-bar-all {
        margin: 5px 0px;
        height: 50px !important;
        flex: 1;
    }

    .agent-part img {
        height: 81px;
        width: 82px;
    }

    .agent-description .name {
        margin: 0;
        font-size: 18px;
    }

    .agent-description .id-itself {
        font-size: 10px;
    }



    .no-cus-tri {
        right: 4%;
        left: auto;
    }

    .all-wallet-part {
        width: 100%;
    }

    .inner-wall-part {
        flex: 1;
    }

    .readonly-input {
        padding: 8px 12px 8px 7px;
    }

    .create-now-btn {
        padding: 6px 8px;
        font-size: 10px;
    }

    .text-container .heading-text {
        font-size: 12px;
    }

    .text-container .description-text {
        font-size: 10px;
    }

    .image-container-all .trip-image {
        width: 79px;
    }

    .search-part h2 {
        margin: 0;
        font-size: 18px;
    }

    .search-part p {
        font-family: 'Inter';
        margin: 0;
    }

    .recent-parts {
        margin-top: 0rem;
    }

    .rsp {
        font-size: 14px;
    }

    .city-list li a, .country-list li a {
        line-height: normal;
    }

    .half-price-part {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0.5rem;
    }

    .recent-cities-part {
        padding: 0;
        box-shadow: unset;
    }

    .package-content {
        padding: 3px 6px;
    }

        .package-content h3 {
            font-size: 12px;
            margin: 0;
        }

    .slick-slide {
        margin: 0px 16px;
        margin-bottom: 1rem;
    }

    .item-link {
        height: 120px;
    }

        .item-link .item-heading {
            margin: 0;
            font-size: 12px;
        }

        .item-link .item-text {
            font-size: 10px;
        }

    .items-container {
        margin-top: 1rem;
    }

    .inner-bottom-left-part {
        bottom: 10%;
    }


    .mobile-rewards-icon {
        display: block !important;
        box-shadow: none !important;
        top: 0 !important;
        right: 30% !important;
        display: flex !important;
        align-items: center;
    }

    .tooltip-new {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
        background: none;
        color: black;
        font-size: 12px;
        text-align: center;
        padding: 5px 0;
    }

        .tooltip-new::before {
            display: none;
        }

    .action-card {
        align-items: center;
        gap: 0.5rem;
        padding: 5px 8px;
        width: fit-content;
        background: #d3d3d375;
    }

    .free-quote {
        width: auto;
        font-size: 12px;
        margin-top: 0px;
        padding: 10px 7px;
    }

    .new-dash-part {
        height: auto;
        box-shadow: none;
    }

    .search-part {
        height: 522px;
        overflow-y: scroll;
        box-shadow: none;
        background: none;
        border-radius: 6px;
    }

    .second-part-serach {
        box-shadow: none;
    }

    .content-container {
        background: #ffffff;
    }

    .top-new {
        height: auto;
        position: relative;
        background-position: top;
    }

    .bff-inner-tab {
        display: none;
    }
    .all-wallet-main-container{
        width:fit-content;
        margin-top:10px;
    }
    .culture-wallet{
        border:none;
    }
    .all-v-part{
        display:block;
    }
    .inner-my-book {
      flex-direction:row;
    }
    .new-main-welcome-wrap {
       
        display: none;
    }
    .all-right-part{
        width:100%;
    }
    .spi-button {
        font-size: 12px;
        padding: 10px 7px;
    }
    .new-cult-search-part-main-badges{
        margin-top:10px;
    }
    .all-new-part-main-mob-coined{
        display:flex;
    }
    .new-cult-search-part-main-wrapper {
        
        padding: 1rem 0;
    }
    .all-tw-but-part{
        gap:4px;
    }
  
    .new-cult-search-part-main-badge-blue img {
        height: clamp(66px, 6.5vw, 85px);
       
    }
    .new-cult-search-part-main-badge-rating img {
        height: clamp(74px, 7.5vw, 84px);
       
    }
    .new-cult-search-part-main-badge img {
        height: clamp(63px, 7vw, 83px);
       
    }

}

/* For devices with width between 600px and 800px */
@media only screen and (min-width: 651px) and (max-width: 1024px) {
    .trip-dashboard-link .trip-dashboard-content .trip-dashboard-description {
        display: none;
    }

    .top-first-part {
        width: 7%;
    }

    .trip-dashboard-link .trip-dashboard-content .trip-dashboard-title {
        font-size: clamp(13px, 2vw, 15px);
        transform: rotate(90deg);
        margin-bottom: 0px;
        margin-top: 3rem;
        font-weight: 500;
        margin-left: 10px;
        white-space: nowrap;
    }

    .trip-dashboard-link {
        display: block;
    }

        .trip-dashboard-link .trip-dashboard-image-container .trip-dashboard-image {
            display: none;
            height: auto;
        }

    .toggle-menu-all li {
        padding: 11px 13px 10px 9px;
        height: 183.5px;
        display: flex;
        justify-content: space-between;
    }

    .trip-dashboard-link .trip-dashboard-content {
        flex: 1;
        padding-right: 0px;
    }

    .content-container {
        width: 60%;
    }

    .free-quote {
        padding: 11px 6px;
        font-family: 'Inter';
        gap: 7px;
    }


    .text-container .description-text {
        font-size: 10px;
    }

    .unique-left {
        display: none;
    }

    .gift-voucher img {
        height: 68px !important;
    }

    .create-now-btn {
        padding: 5px 5px;
    }

    .wallet-label {
        font-weight: 400;
        font-size: 12px;
        font-family: 'Inter';
        color: #2d2d2d;
        margin: 5px 0;
        line-height: 1.2;
    }

    .coins-mofree-quote-part {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bff-inner-tab {
        display: none;
    }
}